-
Notifications
You must be signed in to change notification settings - Fork 47
Fix LTX-2 template issues #449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
✅ Upload JSON updated - 235 assets |
❌ Model Analysis Check FailedModel configuration issues were found in your template files that need to be fixed. Why this matters: Model configurations in templates must be correct to ensure users can download and use the right model files. Incorrect configurations will cause templates to fail. Analysis Report:Common Issues and How to Fix:
Please fix these issues and resubmit. This comment is automatically updated by the Model Analysis workflow. |
🔗 Broken Links Found in Workflow FilesThe link checker found broken or unreachable links in your workflow JSON files. Why this matters: Broken model download links will prevent users from using the workflows properly. All URLs in ❌ Failed Links:Lychee reported an error (non-zero exit) but no broken-link rows were parsed. Please check artifacts for details. Loaded 1 URLs from whitelist skip_urls ✅ Whitelist Skipped URLs (1 URLs)These URLs are excluded from checking via whitelist.json skip_urls:
👻 Excluded Links (0 links)These links are intentionally excluded from checking and may require authentication or have known issues: Note: These links are intentionally excluded from checking. If you need to modify the exclusion rules, edit Common Issues:
How to Fix:
Testing Links Locally:# Extract and check links
python3 scripts/check_links.py extract
lychee links_to_check.txt
# View detailed report
python3 scripts/check_links.py report
# View excluded links
python3 scripts/check_links.py report-excluded📦 Detailed ReportsFor a complete list of all links and their sources, download the artifacts from this workflow run:
Note: All links in workflow files must be valid and accessible before merging to ensure users can download required models and access documentation. |
…orkflow_templates into template-update-0106
…orkflow_templates into template-update-0106
🔗 Broken Links Found in Workflow FilesThe link checker found broken or unreachable links in your workflow JSON files. Why this matters: Broken model download links will prevent users from using the workflows properly. All URLs in ❌ Failed Links:Lychee reported an error (non-zero exit) but no broken-link rows were parsed. Please check artifacts for details. Loaded 1 URLs from whitelist skip_urls ✅ Whitelist Skipped URLs (1 URLs)These URLs are excluded from checking via whitelist.json skip_urls:
👻 Excluded Links (0 links)These links are intentionally excluded from checking and may require authentication or have known issues: Note: These links are intentionally excluded from checking. If you need to modify the exclusion rules, edit Common Issues:
How to Fix:
Testing Links Locally:# Extract and check links
python3 scripts/check_links.py extract
lychee links_to_check.txt
# View detailed report
python3 scripts/check_links.py report
# View excluded links
python3 scripts/check_links.py report-excluded📦 Detailed ReportsFor a complete list of all links and their sources, download the artifacts from this workflow run:
Note: All links in workflow files must be valid and accessible before merging to ensure users can download required models and access documentation. |
No description provided.